fix build with glm 0.9.9
authorRene Engelhard <rene@debian.org>
Sun, 28 Jan 2018 18:48:25 +0000 (19:48 +0100)
committerRene Engelhard <rene@debian.org>
Mon, 29 Jan 2018 17:52:54 +0000 (17:52 +0000)
commit11e3964bee17a6fcfd4bc2a98535e7378f8c2ccb
tree9b09db9448f9a44c716852b836e9c0b92d78cc90
parent1a7c40d94da65d3ee8e6858690aa30690939a628
fix build with glm 0.9.9

In file included from /usr/include/glm/gtx/norm.hpp:18:0,
                 from /data/rene/git/LibreOffice/master/vcl/inc/opengl/VertexUti
ls.hxx:16,
                 from /data/rene/git/LibreOffice/master/vcl/inc/opengl/LineRende
rUtils.hxx:14,
                 from /data/rene/git/LibreOffice/master/vcl/opengl/LineRenderUti
ls.cxx:11:
/usr/include/glm/gtx/quaternion.hpp:23:3: error: #error "GLM: GLM_GTX_quaternion
 is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
 # error "GLM: GLM_GTX_quaternion is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
   ^~~~~

so just define it.

Change-Id: I981bfb5fd944f32a3774b3f9b183989773bf235f

Gbp-Pq: Name glm-0.9.9.diff
chart2/Library_chartcore.mk
chart2/Library_chartopengl.mk
vcl/Library_vcl.mk